Problem Note 40739: An error occurs when the SAS® Web Infrastructure Platform is configured during an upgrade of SAS® BI Enterprise Server
When you upgrade SAS® BI Enterprise Server, the following error might occur during configuration of the SAS Web Infrastucture Platform:
[echo] JVMDUMP013I Processed Dump Event "systhrow", detail "java/lang/OutOfMemoryError".
...
[echo] Exception in thread "main" java.lang.OutOfMemoryError
To resolve this issue, you must edit the loadMetadata.xml file in SAS_installation_directory\SASDeploymentManager\9.2\products\cfgwizard__92360__prt__xx__sp0__1\Utilities\, as follows:
- Search for the following line
<java taskname="@{filename}" classname="com.sas.management.deployment.MetadataDeployment" classpath="${sas.launcher.jar.file}" fork="true" dir="${config.lev.logs.configure.dir}" failonerror="false" outputproperty="@{outputproperty}" resultproperty="@{resultproperty}">
- On the next line, add the following parameter:
<jvmarg value="-Xmx512M" />
Example:
<java taskname="@{filename}" classname="com.sas.management.deployment.MetadataDeployment" classpath="${sas.launcher.jar.file}" fork="true" dir="${config.lev.logs.configure.dir}" failonerror="false" outputproperty="@{outputproperty}" resultproperty="@resultproperty}">
<jvmarg value="-Xmx512M" />
<jvmarg value="-Djava.system.class.loader=com.sas.app.AppClassLoader" />
- Save the file.
- Click the Retry button in the SAS® Deployment Wizard.
Operating System and Release Information
SAS System | SAS Enterprise BI Server | z/OS | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Microsoft Windows XP 64-bit Edition | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Microsoft® Windows® for x64 | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Microsoft Windows Server 2003 for x64 | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Microsoft Windows Server 2008 | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Microsoft Windows Server 2008 for x64 | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Microsoft Windows XP Professional | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Windows 7 Enterprise 32 bit | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Windows 7 Enterprise x64 | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Windows 7 Home Premium 32 bit | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Windows 7 Home Premium x64 | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Windows 7 Professional 32 bit | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Windows 7 Professional x64 | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Windows 7 Ultimate 32 bit | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Windows 7 Ultimate x64 | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Windows Vista | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Windows Vista for x64 | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
64-bit Enabled AIX | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
64-bit Enabled HP-UX | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
64-bit Enabled Solaris | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
HP-UX IPF | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Linux | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Linux for x64 | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Solaris for x64 | 4.2 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
java.lang.OutOfMemoryError occurs while the Software Deployment Wizard configures the Web Infrastructure Platform during an upgrade
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2010-11-03 09:44:55 |
Date Created: | 2010-08-30 15:18:49 |